home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 November: Tool Chest / Dev.CD Nov 96 TC / Dev.CD Nov 96 TC.toast / Tool Chest / Testing & Debugging / Stress testing tools / DiskFiller / README.txt < prev    next >
Encoding:
Text File  |  1994-02-14  |  645 b   |  7 lines  |  [TEXT/ttxt]

  1. DiskFiller
  2. By John S. Evans
  3. ©1993-1994 Apple Computer, Inc.
  4.  
  5. This nifty little utility is useful when you want to see how your code handles low disk space conditions.  DiskFiller allows you to specify how much space you want to leave free on any mounted disk (in bytes or in K), and it creates a "Filler" file that fills the disk, leaving only the specified amount of space free.  The "Filler" file is placed on the top level of the filled disk, and to regain the space you can just throw the file out.
  6.  
  7. The utility doesn't notice if a "Filler" file already exists, so you probably have to throw out the "Filler" file between uses of DiskFiller.